luci-app-ddns: remove unused imports
authorPaul Donald <[email protected]>
Wed, 9 Jul 2025 16:17:45 +0000 (18:17 +0200)
committerPaul Donald <[email protected]>
Wed, 9 Jul 2025 16:18:00 +0000 (18:18 +0200)
Signed-off-by: Paul Donald <[email protected]>
applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc

index ad959a447ba330b5032585bfad0e0b2fc915fe16..3262e84b1bd9c501269ba47348e3f88e3e83882d 100644 (file)
@@ -2,8 +2,8 @@
 
 'use strict';
 
-import { readfile, mkstemp, open, popen, stat, glob } from 'fs';
-import { init_list, init_index, init_enabled, init_action, conntrack_list, process_list } from 'luci.sys';
+import { readfile, popen, stat, glob } from 'fs';
+import { init_enabled } from 'luci.sys';
 import { isnan } from 'math';
 import { cursor } from 'uci';